home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magnum One
/
Magnum One (Mid-American Digital) (Disc Manufacturing).iso
/
d18
/
tp5patch.arc
/
TD1PAT.ARC
/
FIXTURBO.2
< prev
next >
Wrap
Text File
|
1991-04-28
|
478b
|
25 lines
;fix for problem with TURBO's standalone debugging option involving garbage
;in names pool
;convert EXE file to BIN file
ren turbo.exe turbo.bin
;load BIN file into DEBUG
debug turbo.bin
;display registers
r
;assemble at ????:b605, where ???? = cs+1000h
;e.g., if cs = 37fc, then ???? = 47fc
a ????:b605
;enter new instructions
nop
nop
nop
;enter blank line
;write changes to disk
w
;quit DEBUG
q
;convert BIN file to EXE file
ren turbo.bin turbo.exe